dotnetCHARTING Send comments on this topic.
Add(LegendBox[]) Method
See Also 
dotnetCHARTING Namespace > LegendBoxCollection Class > Add Method : Add(LegendBox[]) Method


legendBoxList
A list of LegendBox objects to add.
Adds the specified LegendBox objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray legendBoxList() As LegendBox _
) 
Visual Basic (Usage)Copy Code
Dim instance As LegendBoxCollection
Dim legendBoxList() As LegendBox
 
instance.Add(legendBoxList)
C# 
public void Add( 
   params LegendBox[] legendBoxList
)

Parameters

legendBoxList
A list of LegendBox objects to add.

See Also

© 2010 All Rights Reserved.